Move non-transactional and non-idempotent code out of
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 26 Sep 2005 18:13:57 +0000 (19:13 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 26 Sep 2005 18:13:57 +0000 (19:13 +0100)
commit68fd7614dbb39da0ec68c7aa4b09bb4f316e2807
treebb4e86aba09e1a7dadd83a4b82d01adcf61f9860
parent45dc6ad80a811a8ca2decab2d364f9e9a041fbc9
Move non-transactional and non-idempotent code out of
xenstore transaction retry loops in our device drivers.
Otherwise things get very smelly if a transaction fails and
is retried.

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c
linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c
linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c
linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c